From a54918631e149cc4af436a4cfab0f72edd04181d Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 12 Oct 2005 18:18:43 +0100 Subject: [PATCH] Fix xsls build dependency. Signed-off-by: Keir Fraser --- tools/xenstore/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 453f1abeb7..efae68ae3e 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -40,8 +40,8 @@ $(CLIENTS): xenstore-%: xenstore_%.o $(CLIENTS_OBJS): xenstore_%.o: xenstore_client.c $(COMPILE.c) -DCLIENT_$(*F) -o $@ $< -xsls: xsls.o - $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@ +xsls: xsls.o libxenstore.so + $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@ xenstored_test: xenstored_core_test.o xenstored_watch_test.o xenstored_domain_test.o xenstored_transaction_test.o xs_lib.o talloc_test.o fake_libxc.o utils.o tdb.o $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ -- 2.30.2